home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / gnuish / gmake371 / msdos-t1.sed < prev    next >
Text File  |  1994-05-23  |  1KB  |  28 lines

  1. # -----------------------------------------------------------------------------
  2. # Script for `sed' to convert config.h-in into config.h for Borland Turbo C
  3. # -----------------------------------------------------------------------------
  4. 1,1s/config\.h\.in/config.h/
  5. 1,1s/from configure.in by autoheader./from config.h-in by configure.bat/
  6. 2i\
  7. \
  8. #ifdef __MSDOS__\
  9. #define MSDOS\
  10. #define HAVE_GLOB_H\
  11. #define NO_ARCHIVES\
  12. #endif
  13. /^#undef[ \t]*C_ALLOCA[ \t]*$/s/undef/define/
  14. /^#undef[ \t]*HAVE_STRCOLL[ \t]*$/s/undef/define/
  15. /^#undef[ \t]*HAVE_DUP2[ \t]*$/s/undef/define/
  16. /^#undef[ \t]*HAVE_GETCWD[ \t]*$/s/undef/define/
  17. /^#undef[ \t]*HAVE_FCNTL_H[ \t]*$/s/undef/define/
  18. /^#undef[ \t]*HAVE_LIMITS_H[ \t]*$/s/undef/define/
  19. /^#undef[ \t]*HAVE_STRING_H[ \t]*$/s/undef/define/
  20. /^#undef[ \t]*HAVE_SYS_TIMEB_H[ \t]*$/s/undef/define/
  21. /^#undef[ \t]*VOID_CLOSEDIR[ \t]*$/s/undef/define/
  22. /^#undef[ \t]*pid_t[ \t]*$/s/undef \(.*\)/define \1 int/
  23. /^#undef[ \t]*uid_t[ \t]*$/s/undef \(.*\)/define \1 int/
  24. /^#undef[ \t]*gid_t[ \t]*$/s/undef \(.*\)/define \1 int/
  25. /^#undef[ \t]*RETSIGTYPE[ \t]*$/s/undef \(.*\)/define \1 void/
  26. /^#undef[ \t]*STACKDIRECTION[ \t]*$/s/undef \(.*\)/define \1 -1/
  27. /^#undef[ \t]*SCCS_GET[ \t]*$/s/undef \(.*\)/define \1 "sccs_get"/
  28.